Allow building temacs with a larger heap on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Nov 2011 12:11:54 +0000 (14:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Nov 2011 12:11:54 +0000 (14:11 +0200)
commit624270c215e136fa23b30759078ae3d0d55fb2ed
treecfd87a269fa84e3e86cd9d0839ee7898e21768bd
parent78fa59023b565e41ae1f52469abf53f88ba7c35b
Allow building temacs with a larger heap on MS-Windows.

 src/makefile.w32-in (HEAPSIZE): New variable, allows to build temacs
 with user-defined heap size.  Bump the default size of the temacs
 heap to 27MB, to avoid memory warning when running temacs.
 ($(TEMACS)): Use HEAPSIZE instead of a hardcoded value.
src/ChangeLog
src/makefile.w32-in